From 1f9e7c3ab3cfb5412ba526c9dc3d446dbfffe743 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 5 Jul 2005 17:45:06 +0000 Subject: [PATCH] Fix to build the kmod-loop package too (thanks sophana for reporting) SVN-Revision: 1355 --- openwrt/target/linux/linux-2.4/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index e1ae0b3800..c23c4f51d4 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -101,6 +101,9 @@ $(eval $(call KMOD_template,IDE,ide,\ $(MODULES_DIR)/kernel/drivers/ide/*.o \ $(MODULES_DIR)/kernel/drivers/ide/*/*.o \ ,CONFIG_IDE)) +$(eval $(call KMOD_template,LOOP,loop,\ + $(MODULES_DIR)/kernel/drivers/block/loop.o \ +,CONFIG_BLK_DEV_LOOP)) $(eval $(call KMOD_template,EXT2,ext2,\ $(MODULES_DIR)/kernel/fs/ext2/*.o \ ,CONFIG_EXT2_FS)) -- 2.30.2